home *** CD-ROM | disk | FTP | other *** search
/ Floppyshop 2 / Floppyshop - 2.zip / Floppyshop - 2.iso / fonts / 5382-602 / fnt-6028 / stg-lite.txt < prev   
Text File  |  1994-11-01  |  6KB  |  132 lines

  1. ---------------------------------------------------------------------------
  2. README for ST-Guide Lite
  3. ===========================================================================
  4. Programmed by Holger Weets (c) 1994. For more details refer to the 
  5. ST-Guide HYPertext after installing ST-Guide.
  6.  
  7. Distribution
  8. ------------
  9. ST-Guide Lite is a cut down version of the full ST-Guide hypertext system 
  10. and is ONLY for distribution with other applications which use ST-Guide 
  11. format documentation.
  12.  
  13. The files included in this archive or on the disk comprise the official 
  14. English version of ST-Guide Lite and may NOT under any circumstances be 
  15. distributed via BBSs, Mailboxes and PD libraries or included on Magazine 
  16. Cover disks, Magazine subscriber disks or CD-ROM collections without the 
  17. prior written permission of both Holger Weets and Joe Connor.
  18.  
  19. UK Support and registration
  20. ---------------------------
  21. ST-Guide is Fairware and supported in the UK by Joe Connor.
  22.  
  23. Benefits for registered users:
  24. - Access to the free update service
  25. - Labelled Master disk
  26. - ST-Guide illustrated on-line catalogue of supported software
  27. - ST-Guide on-line help
  28. - Selection of other software (dependent on disk space)
  29.  
  30. The Shareware/registration fees are set to cover the currency handling, 
  31. stationary, media and postage costs incurred in mailing out master disks. 
  32.  
  33. How to register inside the UK
  34. -----------------------------
  35. 2)  Make a cheque payable to at least £5 to Joe Connor.
  36. 3)  Be sure to include your name and address in a legible format!
  37. 4)  Send cheque to: 65 Mill Road, Colchester, CO4 5LJ, England
  38.  
  39. Joe Connor can be contacted by Email at: jconnor@cix.compulink.co.uk
  40.  
  41. ---------------------------------------------------------------------------
  42. Brief Installation guide (refer to the ST-Guide HYPertext for more info)
  43. ===========================================================================
  44. To minimise the risk of other software affecting the installation of 
  45. ST-Guide perform the installation after a reboot on a 'clean' minimum 
  46. system!
  47.  
  48. Extracting the archives (Skip if your version is already extracted)
  49. -------------------------------------------------------------------
  50. Extract the contents of the archives OR copy the contents of the 
  51. master disk onto the root directory of your boot partition/disk.
  52.  
  53. Either method should preserve the directory structure and ensures ST-GUIDE 
  54. can locate its files. Double check to ensure ST-GUIDE.ACC and ST-GUIDE.INF 
  55. reside in the root directory of the boot partition or disk.
  56.  
  57. Configuring ST-Guide Lite (Only neccessary if not pre-configured)
  58. -----------------------------------------------------------------
  59. Using a text editor (eg Everest) you can edit the example ST-GUIDE.INF 
  60. below and save it as ST-GUIDE.INF. Carefully read through the options. 
  61. Each option is described in detail followed by the option line itself. 
  62. Lines preceded with a '#' character are NOT currently active.
  63.  
  64. ST-GUIDE should not be renamed as some applications which offer on-line 
  65. help may not be able to find it.
  66.  
  67. Example ST-GUIDE.INF file:
  68. ------------------------------------------ cut here -----------------------
  69. # This is an example INF file. It's set with hard drive users in mind but
  70. # floppy based users could set up a RAM disk as drive C: and run ST-Guide 
  71. # from there.
  72. # You can edit this file using any ASCII text editor and change the paths 
  73. # to point to the locations for the various components of ST-Guide.
  74. # It currently looks for a 'GUIDES' folder on 'C', which contains all the
  75. # 'HYP and 'REF' files, and a 'STGUIDE' folder also on 'C' which contains 
  76. # all the tools.
  77. # Lines beginning with the '#' symbol, like the lines you just read are 
  78. # ignored by ST-Guide and are for information only. 
  79. #
  80. # Default search path, where ST-Guide looks for 'HYP' hypertexts:
  81. PATHS=c:\guides;c:\stguide
  82. #
  83. # Default directory ST-Guide opens when calling the File Selector.
  84. # HCP also compiles to this path:
  85. HYPFOLD=c:\guides\
  86. #
  87. # Path to external viewer which is used to display unknown file types.
  88. # The viewer must be loaded in memory!:
  89. #EXTVIEW=NOTICE 
  90. #
  91. # The hypertext file to be loaded via the ST-Guide 'Catalog' option or when 
  92. # ST-Guide is started without parameters:
  93. HYPTOP=c:\guides\catalog.hyp
  94. #
  95. # The file used to find references:
  96. REF=c:\guides\all.ref
  97. #
  98. # ST-Guide can use GDOS screen fonts if loaded, refer to main
  99. # documentation for syntax details:
  100. #FONT=98,9
  101. #
  102. # HCP is used to compile STG files into HYP files. STool uses this
  103. # entry to 'compile':
  104. HCP=c:\stguide\hcp\hcp.ttp
  105. #
  106. # The number of spaces a tab will be expanded to is set here:
  107. #TABSIZE=4
  108. #
  109. # This variable is provided to install ARROWPATCH. This patch corrects 
  110. # a bug in the AES which prevents the scroll bars in windowed 
  111. # accessories from working correctly with certain TOS versions.
  112. # If you exerience this behaviour activate this patch ON (by removing
  113. # the preceding #).
  114. # This patch is not needed if you are running WINX, MagiC, MTOS or 
  115. # already running ARROWPATCH.
  116. #ARROWPATCH=1
  117. #
  118. # The first two values set the top left corner of the window. The
  119. # next two values set the bottom right corner for the ST-Guide window:
  120. WINSIZE=40,40,560,320
  121. #
  122. # This file will be loaded automatically if ST-Guide is started without 
  123. # parameters:
  124. DEFHYP=st-guide.hyp
  125. #
  126. # These options are used automatically when HCP is called:
  127. HCP_OPT=+zz-s
  128. #
  129. # That's it, wasn't too painful was it!
  130. ------------------------------------------ cut here -----------------------
  131. 22nd October 1994
  132.